The Source Control Integration API > The source control integration API required functions > SCS_GetRootFolder() |
![]() ![]() ![]() |
Description
Returns the name of the root folder.
Arguments
connectionData
, remotePath
, folderLen
![]() |
connectionData is a pointer to the agent's data that was passed into Dreamweaver during the Connect() call. |
![]() |
remotePath is a buffer where the full remote path of the root folder is stored. |
![]() |
folderLen is an integer indicating the length of remotePath . This is the value returned from GetRootFolderLength . |
Returns
true
if successful, false
if not.
![]() ![]() ![]() |